From 2bdecd53829f618ae71e2f67e5cd1c122643eb8e Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 22 Jan 2007 15:31:27 +0000 Subject: [PATCH] [LINUX] Fix native build. Signed-off-by: Ian Campbell --- linux-2.6-xen-sparse/kernel/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/kernel/timer.c b/linux-2.6-xen-sparse/kernel/timer.c index 192df56017..7e19b0122c 100644 --- a/linux-2.6-xen-sparse/kernel/timer.c +++ b/linux-2.6-xen-sparse/kernel/timer.c @@ -851,7 +851,7 @@ void getnstimeofday(struct timespec *ts) EXPORT_SYMBOL(getnstimeofday); -#if 0 +#ifndef CONFIG_XEN /** * do_gettimeofday - Returns the time of day in a timeval * @tv: pointer to the timeval to be set -- 2.30.2